projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3412d18
)
ci: Generate valid HTML for the report
author
Emmanuele Bassi
<ebassi@gnome.org>
Sat, 13 Apr 2019 13:28:53 +0000
(14:28 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Sat, 13 Apr 2019 13:28:53 +0000
(14:28 +0100)
Fix a typo in the closing <ul>, and add a missing closing <div>.
.gitlab-ci/meson-html-report.py
patch
|
blob
|
history
diff --git
a/.gitlab-ci/meson-html-report.py
b/.gitlab-ci/meson-html-report.py
index a5d1d8240908c6c55b9ff9c49ead211ca456cb9a..dd750a775b1263280d4cd3106d0e1dad5ee8b6f6 100755
(executable)
--- a/
.gitlab-ci/meson-html-report.py
+++ b/
.gitlab-ci/meson-html-report.py
@@
-36,7
+36,7
@@
REPORT_TEMPLATE = '''
<li><strong>Total units:</strong> {{ report.total_units }}</li>
<li><strong>Passed:</strong> {{ report.total_successes }}</li>
<li><strong>Failed:</strong> {{ report.total_failures }}</li>
- </u>
+ </u
l
>
</div>
</section>
@@
-63,6
+63,7
@@
REPORT_TEMPLATE = '''
</div>
{% endif %}
{% endfor %}
+ </div>
</section>
{% endfor %}